| Previous | Chapter Contents | Chapter Top | Next |
These constants specify the maximum and minimum values for controllers.
enum {
kControllerMaximum = 0x7FFF,
kControllerMinimum = 0x8000
};
| Previous | Chapter Contents | Chapter Top | Next |